home *** CD-ROM | disk | FTP | other *** search
- /* HelpGetProc.h */
-
- #ifndef __HGP__
- #define __HGP__
-
- #include "ResourceDefs.h"
-
- /*#define helpCount 11*/
-
- extern Rect workRect; /* work variable */
- extern Boolean useColor[7];
- extern Rect viewRect; /* for calculations of TE areas */
- extern Rect destRect;
- extern Point helpCell;
-
-
- void HelpGetSeg (void);
- short HelpGetProc (void);
-
- #endif /* __HGP__ */